Lumo: a clean Quarto template for stunning data reports
This document showcases how a Quarto report made using the Lumo format looks like. It also demoes a few tips and tricks I 💜
Date: November 26, 2024
Introduction
Quarto is probably my favorite tool in the R/Python universe. Transforming your code and thoughts into a stunning report in one click always blows my mind.
While the default Quarto appearance looks great, there are a few tweaks I always apply to elevate the report even further. Rather than manually adding them each time, I bundled everything into a custom format called lumo.
Btw, you can learn how to master Quarto thanks to my online course: Productive R Workflow
Patients Visits Traffic
24clocktime
Patient Trend
For a complete list of features, visit the documentation!
Oh and since we’re here, did you know you can easily include a full width interactive map with leaflet in a quarto doc? 😍
Code
htmltools::tags$iframe(
src = "https://rawcdn.githack.com/joanjz/report-er/f45aa29bb9ca58182c7f5efaebc212553b2e3052/interactive/patients_traffic.html",
style = "border: none; overflow: hidden; width: 100%; height: 500px;"
)